Fenrir: socket fixes, wolfssl macro updates, rsa verify fix and cleanup#583
Conversation
wolfSSL-Fenrir-bot
left a comment
There was a problem hiding this comment.
Fenrir Automated Review — PR #583
Scan targets checked: wolfssl-examples-bugs, wolfssl-examples-src
Findings: 1
Low (1)
Orphaned exit: label after removing all goto exit statements
File: ESP32/TLS13-wifi_station-server/main/station_example_main.c:1016
Function: tls_smp_server_task
Category: Dead/unreachable code
The PR deleted both goto exit; statements in the accept loop, but the exit: label remains. It is now referenced by nothing, producing an unused-label warning (compile failure under -Werror).
Recommendation: Remove the now-unreferenced exit: label.
Referenced code: ESP32/TLS13-wifi_station-server/main/station_example_main.c:1016-1017 (2 lines)
This review was generated automatically by Fenrir. Findings are non-blocking.
d4e4291 to
2ee988c
Compare
wolfSSL-Fenrir-bot
left a comment
There was a problem hiding this comment.
Fenrir Automated Review — PR #583
Scan targets checked: wolfssl-examples-bugs, wolfssl-examples-src
No new issues found in the changed files. ✅
2ee988c to
f4d4399
Compare
wolfSSL-Fenrir-bot
left a comment
There was a problem hiding this comment.
Fenrir Automated Review — PR #583
Scan targets checked: wolfssl-examples-bugs, wolfssl-examples-src
No new issues found in the changed files. ✅
f4d4399 to
f774adb
Compare
wolfSSL-Fenrir-bot
left a comment
There was a problem hiding this comment.
Fenrir Automated Review — PR #583
Scan targets checked: wolfssl-examples-bugs, wolfssl-examples-src
No new issues found in the changed files. ✅
…n, and harden ESP32 socket/string handling
padelsbach
left a comment
There was a problem hiding this comment.
Looks good, just a few minor touch ups requested
…nd NULL-check bugs, and harden fd/session sentinel handling across DTLS, TLS, PSK, and CAN-bus examples
f774adb to
6546aee
Compare
padelsbach
left a comment
There was a problem hiding this comment.
Looks good. Just couple more findings
6546aee to
ae92d31
Compare
Applied Fenrir fixes and audited for similar errors:
closure of stdin ( fd 0 ) during cleanup.
inSz.